IGearInPosCommand 介面
代表一个齿轮比率运动。
继承体系
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IGearInPosCommand
组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public interface IGearInPosCommand : IKsCommand
Public Interface IGearInPosCommand Inherits IKsCommand
IGearInPosCommand 介面陈列了以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() | Acceleration | 同步阶段时的最大加速度。 |
![]() | BufferMode | 定义如何融合两方法的速度。 |
![]() | Deceleration | 同步阶段时的最大减速度。 |
![]() | Jerk | 同步阶段时的最大加加速度。 |
![]() | Master | 主轴的参考。 |
![]() | MasterStartDistance | 为了与从轴同步,主轴所移动的距离(当从轴开始进入同步时)。 |
![]() | MasterSyncPosition | 从轴与主轴同步时主轴的位置。 |
![]() | MasterValueSource | 定义同步的来源。 |
![]() | Permanent | 决定马达停用后是否保留齿轮状态。 |
![]() | Ratio | 齿轮比率。 |
![]() | SlaveSyncPosition | 从轴与主轴同步时从轴的位置。 |
![]() | SyncMode | 定义同步的方式。 |
![]() | Velocity | 同步阶段时的最大速度。 |
参见